home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / memmap2.zip / MEMMAP.DOC < prev    next >
Text File  |  1990-05-08  |  2KB  |  46 lines

  1. UTILITIES
  2. Earl F.  Glynn
  3. Vol. 9, No. 11
  4.  
  5. MEMMAP
  6.  
  7. Purpose: To display all allocated memory blocks, including memory-resident 
  8.          (TSR) programs and their associated environment memory blocks.  
  9.          Optionally, also displays the the variables in each environment block.
  10.  
  11. Format: MEMMAP [/V]
  12.  
  13. Remarks: Entered at the DOS prompt without its optional /V parameter, MEMMAP 
  14.          produces a display similar to that shown below:
  15.  
  16.     Memory                                     MemMap (Version 2, May 89)
  17.     Control     Block Size
  18.     Block        [Bytes]       Owner
  19.     Segment    Hex   Decimal  Segment      Type                Name
  20.     -------  ------- -------  -------  ------------  ---------------------
  21.       09CF    14A30    84528    0008   System        <DOS 3.30 kernel>
  22.       1E73    00D30     3376    1E74   Program       <shell>
  23.       1F47    00030       48    0000   Free Space    <unallocated>
  24.       1F4B    000A0      160    1E74   Environment   <shell>
  25.       1F56    00030       48    D001   Environment   C:\CHSTACK.COM
  26.       1F5A    000B0      176    1F67   Environment   C:\EDITOR.EXE
  27.       1F66    354C0   218304    1F67   Program       C:\EDITOR.EXE
  28.       54B3    000B0      176    54C0   Data          <shell>
  29.       54BF    00D30     3376    54C0   Program       <shell>
  30.       5593    000A0      160    54C0   Environment   <shell>
  31.       559E    000B0      176    55AB   Environment   D:\911\MEMMAP.EXE
  32.       55AA    02920    10528    55AB   Program       D:\911\MEMMAP.EXE
  33.       583D    47C20   293920    0000   Free Space    <unallocated>
  34.     
  35.     Note that under DOS 2.10, 3.3, and the DOS Command subset of OS/2 
  36.         Extended Edition 1.1 some program names will be designated <unknown> 
  37.         that are reported fully under DOS 4.0.  When used under OS/2 EE, DOS 
  38.         identifies itself as DOS 10.10 <kernel>.
  39.     
  40.     Entered with the /V switch, MEMMAP also reports the environmental 
  41.         variables that are loaded with each TSR.  These variables initially 
  42.         loaded by DOS are contained in the first environment block with the 
  43.         name <shell>, as  shown above.  The default size of this block is 160 
  44.         bytes.
  45.     
  46.